Resource StructureDefinition/FHIR Server from package kbv.basis#1.6.0 (94 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "KBV-PR-Base-Condition-Diagnosis",
"url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Condition_Diagnosis",
"version" : "1.6.0",
"name" : "KBV_PR_Base_Condition_Diagnosis",
"status" : "active",
"description" : "Dieses Profil bildet relevante Informationen zu einer Diagnoserstellung ab.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "sct-concept",
"uri" : "http://snomed.info/conceptdomain",
"name" : "SNOMED CT Concept Domain Binding"
},
{
"identity" : "v2",
"uri" : "http://hl7.org/v2",
"name" : "HL7 v2 Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "sct-attr",
"uri" : "http://snomed.org/attributebinding",
"name" : "SNOMED CT Attribute Binding"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Condition",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Condition",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Condition",
"path" : "Condition",
"definition" : "Hier können verschiedene Informationen angegeben werden, die im Zusammenhang mit medizinischen Diagnosen stehen.",
"constraint" : [
{
"key" : "Rec1",
"severity" : "warning",
"human" : "Das Dokumentationsdatum soll mindestens mit MM.JJJJ angegeben werden.",
"expression" : "recordedDate.exists() implies recordedDate.toString().length()>=7",
"source" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Condition_Diagnosis"
}
]
},
{
"id" : "Condition.extension",
"path" : "Condition.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Condition.extension:Feststellungsdatum",
"path" : "Condition.extension",
"sliceName" : "Feststellungsdatum",
"short" : "Feststellungsdatum",
"definition" : "Zeitpunkt, an dem die Diagnose bzw. die Erkrankung z.B. durch eine ärztlich tätige Person festgestellt wurde.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/condition-assertedDate"
]
}
]
},
{
"id" : "Condition.clinicalStatus",
"path" : "Condition.clinicalStatus",
"definition" : "Beschreibt den klinischen Status im Sinne der Aktivität einer Erkrankung."
},
{
"id" : "Condition.verificationStatus",
"path" : "Condition.verificationStatus",
"definition" : "Hier kann die Diagnosesicherheit einer Diagnose dokumentiert werden."
},
{
"id" : "Condition.severity",
"path" : "Condition.severity",
"short" : "Schweregrad der Diagnose",
"definition" : "Hier kann der Schweregrad angegeben werden."
},
{
"id" : "Condition.severity.coding",
"path" : "Condition.severity.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Condition.severity.coding:snomed",
"path" : "Condition.severity.coding",
"sliceName" : "snomed",
"min" : 0,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct"
},
"binding" : {
"strength" : "required",
"valueSet" : "http://hl7.org/fhir/ValueSet/condition-severity"
}
},
{
"id" : "Condition.severity.coding:snomed.system",
"path" : "Condition.severity.coding.system",
"min" : 1
},
{
"id" : "Condition.severity.coding:snomed.version",
"path" : "Condition.severity.coding.version",
"min" : 1
},
{
"id" : "Condition.severity.coding:snomed.code",
"path" : "Condition.severity.coding.code",
"min" : 1
},
{
"id" : "Condition.severity.coding:snomed.display",
"path" : "Condition.severity.coding.display",
"min" : 1
},
{
"id" : "Condition.code",
"path" : "Condition.code",
"definition" : "In diesem Element wird der Diagnosecode aufgeführt. Dieser kann aus verschiedenen Codiersystem stammen. Jede Diagnose muss mindestens einen Diagnosecode besitzen. Hierbei können die vorgeschlagenen Codiersysteme (ICD, Alpha-ID, SNOMED, ORPHANET) verwendet werden.",
"min" : 1
},
{
"id" : "Condition.code.coding",
"path" : "Condition.code.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "Condition.code.coding:ICD-10-GM",
"path" : "Condition.code.coding",
"sliceName" : "ICD-10-GM",
"definition" : "Der ICD-Code ist in Deutschland das abrechnungsrelevante Code-System im ambulanten und stationären Bereich.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Coding",
"profile" : [
"http://fhir.de/StructureDefinition/CodingICD10GM"
]
}
]
},
{
"id" : "Condition.code.coding:ICD-10-GM.extension:Mehrfachcodierungs-Kennzeichen",
"path" : "Condition.code.coding.extension",
"sliceName" : "Mehrfachcodierungs-Kennzeichen",
"definition" : "In diesem Element kann ein Codierungskennzeichen (z. B. '*', 'â ' oder '!') zum Diagnosecode hinzugefügt werden."
},
{
"id" : "Condition.code.coding:ICD-10-GM.extension:Seitenlokalisation",
"path" : "Condition.code.coding.extension",
"sliceName" : "Seitenlokalisation",
"definition" : "Zur Spezifizierung von Diagnoseangaben (ICD-10) können hier die Zusatzkennzeichen für die Seitigkeit (R, L oder B) angegeben werden."
},
{
"id" : "Condition.code.coding:ICD-10-GM.extension:Diagnosesicherheit",
"path" : "Condition.code.coding.extension",
"sliceName" : "Diagnosesicherheit",
"definition" : "Die Diagnosesicherheit, d. h. wie sicher die Diagnose im Einzelfall zu werten ist, kann durch ein Zusatzkennzeichen zum ICD-Code angegeben werden."
},
{
"id" : "Condition.code.coding:alphaId",
"path" : "Condition.code.coding",
"sliceName" : "alphaId",
"comment" : "Bei Alpha-ID-Codes, die zu postkoordinierten ICD-10-Codes gemappt werden, sollten diese nur einmal bei der Primärdiagnose und nicht mehr bei den Sekundärdiagnosen angeben werden (Stichpunkt: related Conditions in FHIR). In Fällen bei denen eine abweichende Diagnosesicherheit zwischen Primär- und Sekundärdiagnose vorhanden ist muss sichergestellt werden, dass die Diagnosesicherheit der Primärdiagnose zu dem assozierten Alpha-ID-Code passt. Siehe der Implementierungsguide (IG) der deutschen Basisprofile von HL7",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Coding",
"profile" : [
"http://fhir.de/StructureDefinition/CodingAlphaID"
]
}
]
},
{
"id" : "Condition.code.coding:snomed",
"path" : "Condition.code.coding",
"sliceName" : "snomed",
"min" : 0,
"max" : "1",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Diagnosis_SNOMED_CT"
}
},
{
"id" : "Condition.code.coding:snomed.system",
"path" : "Condition.code.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct"
},
{
"id" : "Condition.code.coding:snomed.version",
"path" : "Condition.code.coding.version",
"min" : 1
},
{
"id" : "Condition.code.coding:snomed.code",
"path" : "Condition.code.coding.code",
"min" : 1
},
{
"id" : "Condition.code.coding:snomed.display",
"path" : "Condition.code.coding.display",
"min" : 1
},
{
"id" : "Condition.code.coding:orphanet",
"path" : "Condition.code.coding",
"sliceName" : "orphanet",
"min" : 0,
"max" : "1"
},
{
"id" : "Condition.code.coding:orphanet.system",
"path" : "Condition.code.coding.system",
"min" : 1,
"fixedUri" : "http://www.orpha.net"
},
{
"id" : "Condition.code.coding:orphanet.code",
"path" : "Condition.code.coding.code",
"min" : 1
},
{
"id" : "Condition.code.text",
"path" : "Condition.code.text",
"short" : "Diagnoseerläuterung",
"definition" : "Dieses Element ermöglicht die Angabe von näheren Ausführungen oder zusätzlichen Anmerkungen zu einer Diagnose in Form von Freitext."
},
{
"id" : "Condition.bodySite",
"path" : "Condition.bodySite",
"short" : "Körperstelle",
"definition" : "Ãber die Körperstelle kann angegeben werden, in welchem Bereich des Körpers eine Krankheit diagnostiziert wurde (topographische Information)."
},
{
"id" : "Condition.bodySite.coding",
"path" : "Condition.bodySite.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Condition.bodySite.coding:snomed",
"path" : "Condition.bodySite.coding",
"sliceName" : "snomed",
"min" : 0,
"max" : "1",
"patternCoding" : {
"system" : "http://snomed.info/sct"
},
"binding" : {
"strength" : "example",
"valueSet" : "http://hl7.org/fhir/ValueSet/body-site",
"description" : "Codes describing anatomical locations. May include laterality."
}
},
{
"id" : "Condition.bodySite.coding:snomed.system",
"path" : "Condition.bodySite.coding.system",
"min" : 1
},
{
"id" : "Condition.bodySite.coding:snomed.version",
"path" : "Condition.bodySite.coding.version",
"min" : 1
},
{
"id" : "Condition.bodySite.coding:snomed.code",
"path" : "Condition.bodySite.coding.code",
"min" : 1
},
{
"id" : "Condition.bodySite.coding:snomed.display",
"path" : "Condition.bodySite.coding.display",
"min" : 1
},
{
"id" : "Condition.subject",
"path" : "Condition.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.6.0"
]
}
]
},
{
"id" : "Condition.onset[x]",
"path" : "Condition.onset[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Klinisch relevanter Zeitraum Anfang",
"definition" : "Ãber den klinisch relevanten Zeitraum kann angezeigt werden, in welchem Zeitraum bzw. ab wann der Patient die Diagnose/Erkrankung hatte bzw. hat. Ãber den Zeitraum kann ausgedrückt werden, seit wann ein Patient an einer Erkrankung leidet bzw. eine Diagnose hat, indem nur das Startdatum des Zeitraums angegeben wird. Das Startdatum des Zeitraums kann abweichen von dem Diagnosedatum. Datumsangaben zu Diagnosen können in unterschiedlicher Präzision vorhanden sein."
},
{
"id" : "Condition.onset[x]:onsetPeriod",
"path" : "Condition.onset[x]",
"sliceName" : "onsetPeriod",
"definition" : "Zeintintervall, ab wann der Patient die Diagnose hatte bzw. unter der Erkrankung leidet/litt.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "Condition.onset[x]:onsetRange",
"path" : "Condition.onset[x]",
"sliceName" : "onsetRange",
"definition" : "Angabe der Altersspanne, seit dem der/die PatientIn die Diagnose hat (unter der Erkrankung leidet).",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Range"
}
]
},
{
"id" : "Condition.onset[x]:onsetDateTime",
"path" : "Condition.onset[x]",
"sliceName" : "onsetDateTime",
"short" : "Datum Anfang",
"definition" : "Datum, ab wann der Patient die Diagnose hatte bzw. unter der Erkrankung leidet/litt.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Condition.onset[x]:onsetAge",
"path" : "Condition.onset[x]",
"sliceName" : "onsetAge",
"short" : "Lebenphase von",
"definition" : "Angabe des ungefähren Alters, ab dem der Patient die Diagnose hat bzw. unter der Erkrankung leidet.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Age"
}
]
},
{
"id" : "Condition.onset[x]:onsetAge.extension:lebensphase-von",
"path" : "Condition.onset[x].extension",
"sliceName" : "lebensphase-von",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life"
]
}
]
},
{
"id" : "Condition.abatement[x]",
"path" : "Condition.abatement[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"short" : "Klinischer Zeitraum Ende",
"definition" : "Ãber den klinisch relevanten Zeitraum kann angezeigt werden, in welchem Zeitraum bzw. ab wann der Patient die Diagnose/Erkrankung hatte bzw. hat. Ãber den Zeitraum kann ausgedrückt werden, seit wann ein Patient an einer Erkrankung leidet bzw. eine Diagnose hat, indem nur das Startdatum des Zeitraums angegeben wird. Das Startdatum des Zeitraums kann abweichen von dem Diagnosedatum. Datumsangaben zu Diagnosen können in unterschiedlicher Präzision vorhanden sein."
},
{
"id" : "Condition.abatement[x]:abatementPeriod",
"path" : "Condition.abatement[x]",
"sliceName" : "abatementPeriod",
"definition" : "Zeitintervall, bis zu dem der/die PatientIn unter der Erkrankung litt bzw. bis wann der/die PatientIn die Diagnose hatte.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "Condition.abatement[x]:abatementRange",
"path" : "Condition.abatement[x]",
"sliceName" : "abatementRange",
"definition" : "Angabe der Altersspanne, seit der der/die PatientIn die Diagnose nicht mehr hat, bzw. nicht mehr unter der Erkrankung leidet.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Range"
}
]
},
{
"id" : "Condition.abatement[x]:abatementDateTime",
"path" : "Condition.abatement[x]",
"sliceName" : "abatementDateTime",
"short" : "Datum bis",
"definition" : "Datum, bis wann der Patient unter der Erkrankung litt bzw. bis wann der Patient die Diagnose hatte.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Condition.abatement[x]:abatementAge",
"path" : "Condition.abatement[x]",
"sliceName" : "abatementAge",
"short" : "Lebenphase bis",
"definition" : "Angabe des ungefähren Alters, ab dem der Patient die Diagnose nicht mehr hat bzw. nicht mehr unter der Erkrankung leidet.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Age"
}
]
},
{
"id" : "Condition.abatement[x]:abatementAge.extension:lebensphase-bis",
"path" : "Condition.abatement[x].extension",
"sliceName" : "lebensphase-bis",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Stage_Life"
]
}
]
},
{
"id" : "Condition.recordedDate",
"path" : "Condition.recordedDate",
"short" : "Dokumentationsdatum",
"definition" : "Zeitpunkt, an dem eine Krankheit z. B. durch eine ärztlich tätige Person in diesem Eintrag dokumentiert wurde. Hinweis: Wenn zwischen Feststellung der Diagnose und Dokumentationsdatum nicht unterschieden werden muss, ist das Datum der Feststellung der Diagnose (Diagnosedatum) anzugeben."
},
{
"id" : "Condition.note",
"path" : "Condition.note",
"short" : "Freitextbeschreibung",
"definition" : "Diagnose im Klartext. Im Bereich der medizinischen Dokumentation sollte die Textbeschreibung obligatorisch sein. Bei der sekundären Ãbernahme einer kodierten Diagnose aus der Primärdokumentation kann eine Freitextbeschreibung fehlen."
},
{
"id" : "Condition.note.author[x]",
"path" : "Condition.note.author[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
},
"definition" : "Hier wird die Person angegeben, die die Notiz erstellt hat."
},
{
"id" : "Condition.note.author[x]:authorReference",
"path" : "Condition.note.author[x]",
"sliceName" : "authorReference",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, referenziert.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Organization",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Practitioner|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_RelatedPerson|1.6.0",
"https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization|1.6.0"
]
}
]
},
{
"id" : "Condition.note.author[x]:authorString",
"path" : "Condition.note.author[x]",
"sliceName" : "authorString",
"definition" : "Hier wird die Person, die die Notiz erstellt hat, referenziert.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "string"
}
]
},
{
"id" : "Condition.note.time",
"path" : "Condition.note.time",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde."
},
{
"id" : "Condition.note.text",
"path" : "Condition.note.text",
"definition" : "Hier wird der Zeitpunkt angegeben, zu dem die Notiz erstellt wurde."
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.